home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / escript3.ppd < prev    next >
Encoding:
PostScript Printer Description  |  1999-03-25  |  20.0 KB  |  528 lines

  1. *PPD-Adobe: "4.0"
  2. *%
  3. *% Note:  For use with some ancient applications, e.g., Adobe Separator 3.2,
  4. *%   it may be necessary to make a version of this file with the first line
  5. *%   commented out.
  6. *%
  7. *% PTL SCCS ID "@(#)PPD    1.13  4/21/94";
  8. *%
  9. *FormatVersion: "4.0"
  10. *FileVersion: "1.13"
  11. *LanguageVersion: English
  12. *%
  13. *Product: "(EPL-5600)"
  14. *%
  15. *PSVersion: "(131.61) 2834"
  16. *%
  17. *ModelName: "EPSON EPL-5600 EPSONScript"
  18. *%
  19. *% NickName can be customized by the local system administrator.
  20. *NickName: "EPSON EPL-5600 EPSONScript"
  21. *%
  22. *PCFileName: "ESCRIPT3.PPD"
  23. *Manufacturer: "Epson"
  24.  
  25. *%=== Basic Capabilities ===============
  26. *LanguageLevel: "2"
  27. *ColorDevice: False
  28. *DefaultColorSpace: Gray
  29. *Throughput: "6"
  30. *Protocols: TBCP
  31.  
  32. *% The FreeVM number is most useful for intelligent spoolers that can
  33. *%   decide which printer to use, based on the known available memory.
  34. *%   I.e., in general, this number is not too important.
  35. *% FreeVM may be set for the particular printer's memory configuration
  36. *%   by typing  "vmstatus exch sub == pop"  JUST AFTER POWER UP.  This number
  37. *%   varies only slightly for ON vs. OFF settings of "JOB MENU > PAGE PROTECT",
  38. *%   or for 300 vs. 600 dpi.
  39. *% Note:  The actual *usable* memory size *is* increased when "JOB MENU PAGE
  40. *%   PROTECT" is set to "OFF", and when RESOLUTION is set to 300.
  41. *%
  42. *FreeVM: "1269736"
  43. *VMOption None/Minimum PS2 Standard 2.0 MB RAM: "1269736"
  44. *VMOption  6.0MB: "5464040"
  45. *VMOption 10.0MB: "9658344"
  46. *VMOption 18.0MB: "18047240"
  47. *VMOption 34.0MB: "34824168"
  48. *VMOption 64.0MB: "66281448"
  49.  
  50. *Password: "()"
  51. *ExitServer: " count 0 eq % Is password on stack?
  52.    { false } { true exch startjob } ifelse
  53.      not { (WARNING: Cannot modify initial VM.) =
  54.            (Missing or invalid password.) =
  55.            (Please contact author of this software.) = flush quit
  56.          } if"
  57. *End
  58. *Reset: "count 0 eq % Is password on stack?
  59.    { false } { true exch startjob } ifelse
  60.      not { (WARNING: Cannot reset printer.) =
  61.            (Missing or invalid password.) =
  62.            (Please contact author of this software.) = flush quit
  63.          } if
  64.     systemdict /quit get exec
  65.     (WARNING:  Printer Reset Failed.) = flush"
  66. *End
  67.  
  68. *% When MicroGray is on, RITech is disabled automatically, invisible to user.
  69. *%   (We needn't enforce this at the user interface.)
  70. *% *UIConstraints: *MicroGray On *Smoothing Off
  71.  
  72. *% Resolution
  73. *%
  74. *% Must be followed by a paper or tray operator to take effect!
  75. *%
  76. *OpenUI *Resolution/Printing Resolution: PickOne
  77. *OrderDependency: 10 AnySetup *Resolution
  78. *% NOTE:  Printer does NOT support 400dpi, and "400dpi" will not appear
  79. *%   in the user interface.  We are using 400dpi as a way to access
  80. *%   "Printer's default", within the constraints of the PPD format.
  81. *%
  82. *% Printer's resolution selection
  83. *DefaultResolution: 400dpi
  84. *Resolution 400dpi/Printer's default: ""
  85. *Resolution 600dpi/600 dpi: "<</HWResolution [600 600] >> setpagedevice"
  86. *Resolution 300dpi/300 dpi: "<</HWResolution [300 300] >> setpagedevice"
  87. *?Resolution: "save currentpagedevice /HWResolution get 0 get
  88.   (          ) cvs print (dpi) = flush restore"
  89. *End
  90. *CloseUI: *Resolution
  91.  
  92. *% Epson RITech (Resolution Improvement Technology)
  93. *%
  94. *OpenUI *Smoothing/Resolution Improve: PickOne
  95. *OrderDependency: 50 AnySetup *Smoothing
  96. *DefaultSmoothing: Default
  97. *% "Printer's default" appears twice for PSPrinter/LW8.0, once for EpsonScript.
  98. *Smoothing Default/Printer's default: ""
  99. *Smoothing Off/Off: "<</REValue 0>> setsystemparams"
  100. *Smoothing Light/Light: "<</REValue 1>> setsystemparams"
  101. *Smoothing Medium/Medium: "<</REValue 2>> setsystemparams"
  102. *Smoothing Heavy/Dark: "<</REValue 3>> setsystemparams"
  103. *% First "Off" ("Not available"), should never occur for this product.
  104. *?Smoothing: "save [(Off)(Off)(Light)(Medium)(Heavy)]
  105.   currentsystemparams /REValue get  1 add  get
  106.   = flush restore"
  107. *End
  108. *CloseUI: *Smoothing
  109.  
  110. *% User preference of Printer's Default Monochrome Screen:
  111. *%
  112. *% At 600 dpi, when MultiGray/MicroGray is selected:
  113. *%   * Images with 8 or more bits will be rendered by Epson's MicroGray (R)
  114. *%       screening, with an effective frequency of 141 lpi at 45 degrees.
  115. *%   * Other screened areas will be rendered by Phoenix Technologies'
  116. *%       MultiGray (R), with an effective frequency of 106 lpi at 45 degrees.
  117. *% At 300 dpi, when MultiGray/MicroGray is selected:
  118. *%   * All screened areas will be rendered by Phoenix Technologies'
  119. *%       MultiGray (R), with an effective frequency of 53 lpi at 45 degrees.
  120. *%
  121. *OpenUI *MicroGray/Dot Screen: PickOne
  122. *OrderDependency: 60 AnySetup *MicroGray
  123. *DefaultMicroGray: Default
  124. *MicroGray Default/Printer's default: ""
  125. *MicroGray Off/Standard: "
  126.   <</PrefScreenValue 0>> setuserparams currentscreen setscreen"
  127. *End
  128. *MicroGray On/MultiGray/MicroGray: "
  129.   <</PrefScreenValue 1>> setuserparams currentscreen setscreen"
  130. *End
  131. *?MicroGray: "save [(Off)(On)]
  132.   currentuserparams /PrefScreenValue get get
  133.   = flush restore"
  134. *End
  135. *CloseUI: *MicroGray
  136.  
  137. *% PS Error Sheet
  138. *%
  139. *OpenUI *PSerrorsheet/Error Sheet: PickOne
  140. *OrderDependency: 70 AnySetup *PSerrorsheet
  141. *DefaultPSerrorsheet: Default
  142. *%
  143. *PSerrorsheet Default/Printer's default: ""
  144. *PSerrorsheet Off/Off: "<</DoErrorSheet false>> setsystemparams"
  145. *PSerrorsheet On/On:  "<</DoErrorSheet true>>  setsystemparams"
  146. *?PSerrorsheet: "save[(Off)(On)]
  147.   currentsystemparams /DoErrorSheet get get
  148.   = flush restore"
  149. *End
  150. *CloseUI: *PSerrorsheet
  151.  
  152.  
  153. *% Halftone Information ===========================
  154. *%
  155. *% Standard non-MicroGray screen is 60 lpi for 300 dpi, 85 lpi for 600 dpi.
  156. *%
  157. *ScreenFreq: "60"
  158. *ScreenAngle: "45"
  159. *DefaultScreenProc: Dot
  160.  
  161. *ScreenProc Dot: "
  162. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  163. sub}{dup mul exch dup mul add 1 exch sub}ifelse}"
  164. *End
  165. *ScreenProc Line: "{pop}"
  166. *ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add
  167.  sqrt 1 exch sub}"
  168. *End
  169.  
  170. *DefaultTransfer: Null
  171. *Transfer Null: "{}"
  172. *Transfer Null.Inverse: "{1 exch sub}"
  173.  
  174. *% === Paper Handling ===================
  175. *%
  176. *% Use these PageSize entries to set paper size unless there is specific reason
  177. *%   to use PageRegion, such as when using manual feed.  (PageSize code is
  178. *%   included in the PostScript file when Mac driver's "Paper from" is set
  179. *%   to "Auto Select" or "Automatic".)
  180. *%
  181. *OpenUI *PageSize: PickOne
  182. *OrderDependency: 40 AnySetup *PageSize
  183. *%
  184. *% Typically, set DefaultPageSize to Letter for ActionLaser 1600.
  185. *% Typically, set DefaultPageSize to A4     for EPL-5600.
  186. *% This may be set to whatever is the most common PageSize at a site.  (Note:
  187. *%   per-job PageSize is not stored with the job by all Mac applications.)
  188. *DefaultPageSize: A4
  189. *%
  190. *PageSize A4: "statusdict /a4tray get exec"
  191. *PageSize A5: "statusdict /a5tray get exec"
  192. *PageSize B5: "statusdict /b5tray get exec"
  193. *PageSize Letter: "statusdict /lettertray get exec"
  194. *PageSize Legal: "statusdict /legaltray get exec"
  195. *PageSize HalfLetter/Half Letter: "statusdict /halflettertray get exec"
  196. *PageSize Executive: "statusdict /executivetray get exec"
  197. *PageSize Govlgl/Government Legal: "statusdict /glgtray get exec"
  198. *PageSize Govltr/Government Letter: "statusdict /glttray get exec"
  199. *PageSize F4: "statusdict /f4tray get exec"
  200. *PageSize Monarch: "statusdict /monarchtray get exec"
  201. *PageSize Comm10/Commercial-10: "statusdict /com10tray get exec"
  202. *PageSize DL: "statusdict /dlenvelopetray get exec"
  203. *PageSize C5: "statusdict /c5tray get exec"
  204. *PageSize ISOB5/International B5: "statusdict /enb5tray get exec"
  205. *?PageSize: "save
  206.  19 dict
  207.    dup /a4 (A4) put
  208.    dup /a5 (A5) put
  209.    dup /b5 (B5) put
  210.    dup /letter (Letter) put
  211.    dup /legal (Legal) put
  212.    dup /halfletter (HalfLetter) put
  213.    dup /executivepage (Executive) put
  214.    dup /glg (Govlgl) put
  215.    dup /glt (Govltr) put
  216.    dup /f4 (F4) put
  217.    dup /monarch (Monarch) put
  218.    dup /com10 (Comm10) put
  219.    dup /dl (DL) put
  220.    dup /dlenvelope (DL) put
  221.    dup /c5 (C5) put
  222.    dup /enb5 (ISOB5) put
  223.    paperdict {
  224.      /pindex get 
  225.      currentsystemparams /PaperSize get  eq
  226.      { exit } { pop} ifelse
  227.    } forall
  228.   count 0 eq { (Unknown) }{ get } ifelse =
  229.   flush restore"
  230. *End
  231. *CloseUI: *PageSize
  232.  
  233. *% These entries set up the frame buffer.  Usually used with manual feed.
  234. *%   (These are intended to be ignored if emitted before InputSlot for
  235. *%   this printer.  I.e., InputSlot will override a preceding PageRegion.)
  236. *%
  237. *OpenUI *PageRegion: PickOne
  238. *OrderDependency: 20 AnySetup *PageRegion
  239. *%
  240. *% Typically, set DefaultPageRegion to Letter for ActionLaser 1600.
  241. *% Typically, set DefaultPageRegion to A4     for EPL-5600.
  242. *DefaultPageRegion: A4
  243. *%
  244. *PageRegion A4: "a4"
  245. *PageRegion A5: "a5"
  246. *PageRegion B5: "b5"
  247. *PageRegion Letter: "letter"
  248. *PageRegion Legal: "legal"
  249. *PageRegion HalfLetter/Half Letter: "halfletter"
  250. *PageRegion Executive: "executivepage"
  251. *PageRegion Govlgl/Government Legal: "glg"
  252. *PageRegion Govltr/Government Letter: "glt"
  253. *PageRegion F4: "f4"
  254. *PageRegion Monarch: "monarch"
  255. *PageRegion Comm10/Commercial-10: "com10"
  256. *PageRegion DL: "dlenvelope"
  257. *PageRegion C5: "c5"
  258. *PageRegion ISOB5/International B5: "enb5"
  259. *CloseUI: *PageRegion
  260.  
  261.  
  262. *% These entries provide the imageable areas of the media option keywords.
  263. *%   Low x,y were rounded up, high x,y rounded down to integer for Windows.
  264. *%
  265. *% Typically, set DefaultImageableArea to Letter for ActionLaser 1600.
  266. *% Typically, set DefaultImageableArea to A4     for EPL-5600.
  267. *DefaultImageableArea: A4
  268. *%
  269. *ImageableArea A4: "12 13 583 829"
  270. *ImageableArea A5: "12 13 407 582"
  271. *ImageableArea B5: "12 13 503 716"
  272. *ImageableArea Letter: "12 13 599 780"
  273. *ImageableArea Legal: "12 13 599 996"
  274. *ImageableArea HalfLetter/Half Letter: "12 13 383 583"
  275. *ImageableArea Executive: "12 13 509 744"
  276. *ImageableArea Govlgl/Government Legal: "12 13 599 924"
  277. *ImageableArea Govltr/Government Letter: "12 13 563 744"
  278. *ImageableArea F4: "12 13 583 923"
  279. *ImageableArea Monarch: "12 13 266 528"
  280. *ImageableArea Comm10/Commercial-10: "12 13 284 672"
  281. *ImageableArea DL: "12 13 299 611"
  282. *ImageableArea C5: "12 13 447 636"
  283. *ImageableArea ISOB5/International B5: "12 13 486 695"
  284. *?ImageableArea: "save
  285.   /cvp {(                ) cvs print ( ) print } bind def
  286.   /upperright {10000 mul floor 10000 div} bind def
  287.   /lowerleft {10000 mul ceiling 10000 div} bind def
  288.   newpath clippath pathbbox
  289.   4 -2 roll exch 2 {lowerleft cvp} repeat
  290.   exch 2 {upperright cvp} repeat flush
  291.   restore"
  292. *End
  293.  
  294.  
  295. *% These provide the physical dimensions of the media, by option keyword.
  296. *%
  297. *% Typically, set DefaultPaperDimension to Letter for ActionLaser 1600.
  298. *% Typically, set DefaultPaperDimension to A4     for EPL-5600.
  299. *DefaultPaperDimension: A4
  300. *%
  301. *PaperDimension A4: "595 841"
  302. *PaperDimension A5: "419 595"
  303. *PaperDimension B5: "516 728"
  304. *PaperDimension Letter: "612 792"
  305. *PaperDimension Legal: "612 1008"
  306. *PaperDimension HalfLetter/Half Letter: "396 612"
  307. *PaperDimension Executive: "522 756"
  308. *PaperDimension Govlgl/Government Legal: "612 936"
  309. *PaperDimension Govltr/Government Letter: "576 756"
  310. *PaperDimension F4: "595 935"
  311. *PaperDimension Monarch: "278 540"
  312. *PaperDimension Comm10/Commercial-10: "296 684"
  313. *PaperDimension DL: "311 623"
  314. *PaperDimension C5: "459 648"
  315. *PaperDimension ISOB5/International B5: "498 708"
  316.  
  317. *% This controls the "Paper from" driver dialog.
  318. *%
  319. *OpenUI *InputSlot: PickOne
  320. *OrderDependency: 30 AnySetup *InputSlot
  321. *% *DefaultInputSlot: Automatic
  322. *%
  323. *% The "Automatic" default causes tray-selection based on PageSize.
  324. *% Default appears to be "Automatic" for EpsonScript Driver, and equivalently,
  325. *%   "Auto Select" for PSPrinter/LW8.0 .  I.e., DefaultInputSlot is ignored.
  326. *% 
  327. *InputSlot Upper/Standard Tray: "0 statusdict /setpapertray get exec
  328.   <</ManualFeed false >> setpagedevice"
  329. *End
  330. *InputSlot Manual/Manual Feed: "0 statusdict /setpapertray get exec
  331.   <</ManualFeed true >> setpagedevice"
  332. *End
  333. *InputSlot Lower/Optional Lower Cassette: "1 statusdict /setpapertray get exec
  334.   <</ManualFeed false >> setpagedevice"
  335. *End
  336. *?InputSlot: "
  337.  save
  338.  currentpagedevice /ManualFeed get
  339.    {(Manual)}  {
  340.    2 dict
  341.       dup /0 (Upper) put
  342.       dup /1 (Lower) put
  343.       statusdict /papertray get exec
  344.       {get} stopped {pop pop (Unknown)} if
  345.  } ifelse
  346.    = flush  restore"
  347. *End
  348. *CloseUI: *InputSlot
  349.  
  350.  
  351. *% Font Information =====================
  352. *%
  353. *% Note:  "Helvetica", "Palatino" and "Times" are registered trademarks of
  354. *%   Linotype AG and/or its subsidiaries.  The PostScript interpreter
  355. *%   addressed by this PPD will substitute the comparable Bitstream font
  356. *%   families "Swiss", "Zapf Calligraphic", and "Dutch", respectively,
  357. *%   for PostScript references to the former three names.
  358. *%
  359. *DefaultFont: Courier
  360. *Font AvantGarde-Book:              Standard "(002)" Standard ROM
  361. *Font AvantGarde-BookOblique:          Standard "(002)" Standard ROM
  362. *Font AvantGarde-Demi:              Standard "(002)" Standard ROM
  363. *Font AvantGarde-DemiOblique:          Standard "(002)" Standard ROM
  364. *Font Bookman-Demi:              Standard "(002)" Standard ROM
  365. *Font Bookman-DemiItalic:          Standard "(002)" Standard ROM
  366. *Font Bookman-Light:              Standard "(002)" Standard ROM
  367. *Font Bookman-LightItalic:          Standard "(002)" Standard ROM
  368. *Font Courier:                  Standard "(002)" Standard ROM
  369. *Font Courier-Bold:              Standard "(002)" Standard ROM
  370. *Font Courier-BoldOblique:          Standard "(002)" Standard ROM
  371. *Font Courier-Oblique:              Standard "(002)" Standard ROM
  372. *Font Helvetica:              Standard "(002)" Standard ROM
  373. *Font Helvetica-Bold:              Standard "(002)" Standard ROM
  374. *Font Helvetica-BoldOblique:          Standard "(002)" Standard ROM
  375. *Font Helvetica-Narrow:              Standard "(002)" Standard ROM
  376. *Font Helvetica-Narrow-Bold:          Standard "(002)" Standard ROM
  377. *Font Helvetica-Narrow-BoldOblique:   Standard "(002)" Standard ROM
  378. *Font Helvetica-Narrow-Oblique:          Standard "(002)" Standard ROM
  379. *Font Helvetica-Oblique:          Standard "(002)" Standard ROM
  380. *Font NewCenturySchlbk-Bold:          Standard "(002)" Standard ROM
  381. *Font NewCenturySchlbk-BoldItalic:    Standard "(002)" Standard ROM
  382. *Font NewCenturySchlbk-Italic:          Standard "(002)" Standard ROM
  383. *Font NewCenturySchlbk-Roman:          Standard "(002)" Standard ROM
  384. *Font Palatino-Bold:              Standard "(002)" Standard ROM
  385. *Font Palatino-BoldItalic:          Standard "(002)" Standard ROM
  386. *Font Palatino-Italic:              Standard "(002)" Standard ROM
  387. *Font Palatino-Roman:              Standard "(002)" Standard ROM
  388. *Font Symbol:                  Standard "(002)" Standard ROM
  389. *Font Times-Bold:              Standard "(002)" Standard ROM
  390. *Font Times-BoldItalic:              Standard "(002)" Standard ROM
  391. *Font Times-Italic:              Standard "(002)" Standard ROM
  392. *Font Times-Roman:              Standard "(002)" Standard ROM
  393. *Font ZapfChancery-MediumItalic:      Standard "(002)" Standard ROM
  394. *Font ZapfDingbats:              Standard "(002)" Standard ROM
  395. *% 
  396.  
  397. *?FontQuery: "save
  398.  /str 100 string dup 0 (fonts/) putinterval def
  399.  {
  400.    count 1 gt
  401.    {
  402.      exch dup str 6 94 getinterval cvs
  403.      (/) print dup print (:) print exch
  404.      FontDirectory exch known
  405.      { pop (Yes) }
  406.  {
  407.    length 6 add str 0 3 -1 roll getinterval
  408.    mark exch status
  409.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  410.      } ifelse = flush
  411.    }
  412.    {exit} ifelse
  413.  }bind loop
  414.  (*) = flush
  415. restore"
  416. *End
  417.  
  418. *?FontList: "save
  419.   FontDirectory { pop == } bind forall flush
  420. (*) = flush
  421. restore"
  422. *End
  423.  
  424. *% Printer Messages (verbatim from printer):
  425. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  426. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  427. *Message: "\FontName\ not found, using Courier"
  428.  
  429. *% Status (format: %%[ status: <one of these> ]%% )
  430. *Status: "idle"
  431. *Status: "busy"
  432. *Status: "waiting"
  433. *Status: "printing"
  434. *Status: "initializing"
  435. *Status: "PrinterError:off line"
  436. *Status: "PrinterError:out of paper"
  437. *Status: "PrinterError:cover open"
  438. *Status: "PrinterError:paper entry misfeed"
  439. *Status: "PrinterError:Ink/Toner end"
  440. *Status: "PrinterError:PRINT OVERRUN"
  441. *Status: "PrinterError:INSERT CART"
  442. *Status: "PrinterError:ILLEGAL CART"
  443. *Status: "PrinterError:REMOVE CART"
  444.  
  445. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  446. *Source: "Serial"
  447. *Source: "Parallel"
  448. *Source: "AppleTalk"
  449. *Source: "Other I/O"
  450.  
  451. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  452. *%   (Printer Errors are reported via the LCD display on the printer.)
  453. *PrinterError: "off line"
  454. *PrinterError: "out of paper"
  455. *PrinterError: "cover open"
  456. *PrinterError: "paper entry misfeed"
  457. *PrinterError: "Ink/Toner end"
  458. *PrinterError: "PRINT OVERRUN"
  459. *PrinterError: "INSERT CART"
  460. *PrinterError: "ILLEGAL CART"
  461. *PrinterError: "REMOVE CART"
  462.  
  463.  
  464. *% Color Separation Information =====================
  465.  
  466. *%*DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  467. *DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi
  468.  
  469. *InkName: ProcessBlack/Process Black
  470. *InkName: CustomColor/Custom Color
  471. *InkName: ProcessCyan/Process Cyan
  472. *InkName: ProcessMagenta/Process Magenta
  473. *InkName: ProcessYellow/Process Yellow
  474.  
  475. *%  For 60 lpi / 300 dpi  ===============================
  476. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  477. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  478. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  479. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  480. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  481. *%
  482. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  483. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  484. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  485. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  486. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  487.  
  488. *%  For 53 lpi / 300 dpi  ===============================
  489. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  490. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  491. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "21.801"
  492. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "68.1985"
  493. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  494. *%
  495. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  496. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  497. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "55.7086"
  498. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "55.708"
  499. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  500.  
  501. *%  For 85 lpi / 600 dpi  ===============================
  502. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45"
  503. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45"
  504. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "15"
  505. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "75"
  506. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0"
  507. *%
  508. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "85"
  509. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "85"
  510. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "85"
  511. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "85"
  512. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "85"
  513.  
  514. *%  For 71 lpi / 600 dpi  ===============================
  515. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45"
  516. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45"
  517. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "15"
  518. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "75"
  519. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0"
  520. *%
  521. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.71"
  522. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.71"
  523. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "72.76"
  524. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "72.76"
  525. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "75"
  526.  
  527. *% end of PPD file for EPSON EPL-5600 EpsonScript.
  528.